﻿//#define CCP_DEBUG

namespace Lightbug.CharacterControllerPro.Core
{
    public enum CharacterActorState
    {
        NotGrounded,
        StableGrounded,
        UnstableGrounded
    }
}